LoadingScene

Undocumented in source.

Members

Functions

dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
onResize
void onResize(uint width, uint height)
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.
setPercentage
void setPercentage(float percentage)

Percentage must be a value between 0 and 1

update
void update(float dt)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Preload
Undocumented in source.

Variables

assetsToLoad
int assetsToLoad;
Undocumented in source.
x
int x;
y
int y;
Undocumented in source.

Inherited Members

From AScene

layerStack
Layer[] layerStack;
Undocumented in source.
pushLayer
void pushLayer(Layer l)
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize()
Undocumented in source.
update
void update(float dt)
Undocumented in source.
render
void render()
Undocumented in source.
onResize
void onResize(uint width, uint height)
Undocumented in source.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
preload
void preload()
Undocumented in source. Be warned that the author may not have intended to support it.
getAssetsForPreload
string[] getAssetsForPreload()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
string getName()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta